home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000132_fdc@watsun.cc.columbia.edu_Thu Nov 8 14:55:37 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  47 lines

  1. Article: 12951 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: set stop-bits 2
  6. Date: 8 Nov 2001 19:51:22 GMT
  7. Organization: Columbia University
  8. Lines: 30
  9. Message-ID: <9sennq$5bg$1@newsmaster.cc.columbia.edu>
  10. References: <4e395765.0111081122.1764c435@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1005249082 5488 128.59.39.2 (8 Nov 2001 19:51:22 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 8 Nov 2001 19:51:22 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12951
  16.  
  17. In article <4e395765.0111081122.1764c435@posting.google.com>,
  18. adrian <adrian@fangorn.demon.co.uk> wrote:
  19. : I'm using C-Kermit as a script interpreter to communicate with
  20. : a programmable radio that requires 2 stop bits. Using the 
  21. : QNX-nto+ version of C-Kermit 7.0.197, I found that setting 
  22. : 2 stop bits had no effect.
  23. : I've looked at the source for C-Kermit 8 (C-Kermit 7 wouldn't
  24. : build on QNX 6)...
  25. :
  26. Because C-Kermit 7 predates QNX 6?  (However it was buildable
  27. on Neutrino 2 or whatever it was called.)  Anyway version 8 is
  28. the one we're interested in now.
  29.  
  30. : ... and found that it's only possible to set 2 
  31. : stop bits if hardware parity is also selected, and that forces 
  32. : me to choose a valid or a fixed parity - I can't choose 
  33. : 'no parity'. In  other words, 8n2 isn't possible.
  34. :
  35. : ...
  36. :
  37. : Is there some reason why I shouldn't change the code to
  38. : select 2 stop bits and no parity ?
  39. :
  40. No.  If that happens, it's not intentional.  I'll contact you
  41. offline and we'll sort this out.
  42.  
  43. Thanks for the report.
  44.  
  45. - Frank
  46.